home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 June / Software of the Month Club 1996 June.iso / mac / ISO9660 / DOS / BIZ / LEADS / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-12-11  |  2.2 KB  |  93 lines  |  [TEXT/hscd]

  1. echo off
  2. break on
  3. if not exist telearc.exe echo - Please (re)copy contents of diskette.....
  4. if not exist telearc.exe goto aend
  5. cls
  6. if exist hname.txt type hname.txt
  7. echo -
  8. echo ╔══════════════════════════════════════════════════════════════════╗
  9. echo ║         If prompted for "Overwrite [Y/N]"....answer "Yes"        ║
  10. echo ╚══════════════════════════════════════════════════════════════════╝
  11. echo --
  12. pause
  13. verify on
  14. lha e telearc.exe *.*
  15. erase telearc.exe
  16.  
  17. cls
  18. if exist ff*.rec goto old
  19. echo new system....!
  20. copy *.new *.rec
  21. erase *.new
  22. echo  REV_1 04-07-1995 >REV_1.REC
  23. goto goodone
  24.  
  25. rem ----------:OLD
  26. IF EXIST REV_1.REC goto goodone
  27. echo - reformatting.......
  28. OPENIDNW
  29. IF NOT EXIST NFFID.REC ECHO PROCESS FAILED.....!
  30. IF NOT EXIST NFFID.REC GOTO AEND
  31. COPY NFFID.REC FFID.REC
  32. ERASE NFFID.REC
  33. echo  REV_1 04-07-1995 >REV_1.REC
  34. cls
  35.  
  36. :OLD
  37. :GOODONE
  38. if exist rev_2.rec goto goodtwo
  39. echo - reformatting.......
  40. newtext
  41. if not exist nwfftext.rec echo process failed.....!
  42. if not exist nwfftext.rec goto aend
  43. copy nwfftext.rec fftext.rec
  44. erase nwfftext.rec
  45. echo  REV_2 04-21-1995 >REV_2.REC
  46. cls
  47.  
  48. :GOODTWO
  49. if exist rev_3.rec goto goodthre
  50. echo - reformatting.......
  51. newid
  52. echo  REV_3 05-03-1995 >REV_3.REC
  53. cls
  54.  
  55. :goodthre
  56. if exist rev_4.rec goto goodfour
  57. echo - fixing delete option.......
  58. fixdel fix
  59. echo  REV_4 06-20-1995 >REV_4.REC
  60. cls
  61.  
  62. :goodfour
  63. if exist rev_5.rec goto goodfive
  64. if exist wa.tax erase wa.tax
  65. rem -> special case.......
  66. echo - converting tax tables.......
  67. for %%a in (*.tax) DO taxconv %%a
  68. echo  REV_5 12-11-1995 >REV_5.REC
  69. cls
  70.  
  71. :goodfive
  72. if exist rev_6.rec goto good
  73. echo - reducing archive files....
  74. if exist telemark.lzh lha d telemark *.com
  75. if exist telemark.lzh lha d telemark *.cde
  76. if exist telemark.lzh lha d telemark *.bat
  77. if exist telemark.lzh lha d telemark *.tax
  78. echo  REV_6 12-11-1995 >REV_6.REC
  79. cls
  80.  
  81. :good
  82. if exist newid.com erase newid.com
  83. if exist newtext.com erase newtext.com
  84. if exist openidnw.com erase openidnw.com
  85. cls
  86.  
  87. echo Installation complete. Type "TELE <enter>"
  88. echo -
  89. echo Some PC's do not allow this program to operate through Windows.
  90. echo If that is the case, execute from the DOS prompt.
  91. :aend
  92. echo -
  93.